home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / bootstrap / yacc.sed < prev   
Encoding:
Text File  |  1993-05-06  |  1.2 KB  |  52 lines

  1. #
  2. # yacc.sed - sed rules to remove conflicts between the backend interface YACC
  3. #        parser and the POSTQUEL YACC parser
  4. #
  5. # $Header: /private/postgres/src/bootstrap/RCS/yacc.sed,v 1.1 1991/05/13 01:18:23 kemnitz Exp $
  6. #
  7. # C symbols
  8. #
  9. # kai: changed to byacc's symbols for linux
  10. # Note: statics are listed as well
  11. #
  12. s/yyabort/Int_yyabort/g
  13. s/yyaccept/Int_yyaccept/g
  14. s/yychar/Int_yychar/g
  15. s/yycheck/Int_yycheck/g
  16. s/yyclearin/Int_yyclearin/g
  17. s/yydebug/Int_yydebug/g
  18. s/yydefred/Int_yydefred/g
  19. s/yydgoto/Int_yydgoto/g
  20. s/yyerrflag/Int_yyerrflag/g
  21. s/yyerrlab/Int_yyerrlab/g
  22. s/yyerrok/Int_yyerrok/g
  23. s/yyerror/Int_yyerror/g
  24. s/yygindex/Int_yygindex/g
  25. s/yyinrecovery/Int_yyinrecovery/g
  26. s/yylen/Int_yylen/g
  27. s/yylex/Int_yylex/g
  28. s/yylhs/Int_yylhs/g
  29. s/yyloop/Int_yyloop/g
  30. s/yylval/Int_yylval/g
  31. s/yym/Int_yym/g
  32. s/yyn/Int_yyn/g
  33. s/yyname/Int_yyname/g
  34. s/yynerrs/Int_yynerrs/g
  35. s/yynewerror/Int_yynewerror/g
  36. s/yyoverflow/Int_yyoverflow/g
  37. s/yyparse/Int_yyparse/g
  38. s/yyreduce/Int_yyreduce/g
  39. s/yyrindex/Int_yyrindex/g
  40. s/yyrule/Int_yyrule/g
  41. s/yys/Int_yys/g
  42. s/yysccsid/Int_yysccsid/g
  43. s/yysindex/Int_yysindex/g
  44. s/yyss/Int_yyss/g
  45. s/yyssp/Int_yyssp/g
  46. s/yystacksize/Int_yystacksize/g
  47. s/yystate/Int_yystate/g
  48. s/yytable/Int_yytable/g
  49. s/yyval/Int_yyval/g
  50. s/yyvs/Int_yyvs/g
  51. s/yyvsp/Int_yyvsp/g
  52.